i wrote my own memory allocator in C to prove a point
C++ Weekly - Ep 250 - Custom Allocation - How, Why, Where (Huge multi threaded gains and more!)
CppCon 2017: Bob Steagall “How to Write a Custom Allocator”
CppCon 2017: Alisdair Meredith “An allocator model for std2”
Custom Allocator Tutorial - How-To
CppCon 2017 How to Write a Custom Allocator
Arena Allocator, Stack Allocator, Free-list Allocator, Pool Allocator Visualized
Memory Arenas, Explained Simply
ND Today: Lux Wealth Advisors - Mid-Year Financial Check-Up
Arenas, strings and Scuffed Templates in C
Taming dynamic memory - An introduction to custom allocators in C++ - Andreas Weis - code::dive 2018
Making a simple Dynamic Memory Allocator (malloc)
CppCon2014: Alisdair Meredith "Making Allocators Work, Part I"
Custom Memory Allocator in C++ | Simple Allocation & Deallocation
C++ Weekly - Ep 236 - Creating Allocator-Aware Types
nCine Custom Memory Allocators Test
OS development using the Linux kernel - Custom Memory Allocator (Part 6)
WRITING A CUSTOM MEMORY ALLOCATOR | C
One reason to Modify your Memory Allocator (C/C++)
Making a bytecode compiler with Odin Ep. 2: Custom allocators